home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Graphics / mpgtx-mos / mpgtx.readme < prev    next >
Text File  |  2001-05-18  |  1KB  |  35 lines

  1. Short:     Manipulate MPG files (Join,Split,Demultiplex...) v0.7b -MorphOS-
  2. Author:    Fr3dY (fr3dy@retemail.es)
  3. Uploader:  Fr3dY (fr3dy@retemail.es)
  4. Type:      gfx/misc
  5.  
  6. mpgtx can split and join MPEG files in various ways.
  7. Three file types are currently handled (more to come):
  8. MPEG 1 Video files,
  9. MPEG 1/2 Audio files (mp1 mp2 mp3),
  10. MPEG 1 System files (audio and video files),
  11. MPEG 2 Program files (Experimental), 
  12. MPEG 2 Transport files (demultiplex and info modes only).
  13. mpgtx is a GOP based editor. This means that mpgtx cuts MPEG files on
  14. Group Of Picture basis, not on frame basis. A typical GOP duration is 
  15. about 0.5 s, so is mpgtx accuracy.
  16.  
  17. mpgtx behaviour flags:
  18.  
  19. -i print infos about files, such as duration, dimention, bitrate, ...
  20. -j join files (ranges may be specified).
  21. -s split files according to the specified ranges.
  22. -d demultiplex composite mpeg file.
  23. -T manipulate ID3 tags from mp3 files. (see mp3tag (1) )
  24. -h print a (not so) short help message.
  25. -v print version and exit.
  26. -# # is a number, split the given files in # parts.
  27.  
  28.  
  29. Note: Some bad MPEG players don't display joined files OK.
  30. These players don't take care of the broken link flag used to discard the
  31. first B frames they encounter. Hey they SHOULD!
  32.  
  33.                                 Fr3dY
  34.                                fr3dy@retemail.es
  35.